introspect: Print full precision for the path error
authorDaniel Sabo <DanielSabo@gmail.com>
Sun, 12 Jan 2014 02:46:35 +0000 (18:46 -0800)
committerDaniel Sabo <DanielSabo@gmail.com>
Fri, 31 Jan 2014 07:17:29 +0000 (23:17 -0800)
babl/babl-introspect.c

index c3f6737fc04abcfbe8d41178de43952d683b2272..d9691926c7c32ce885dc2733cf1e77fc86a8aaf6 100644 (file)
@@ -167,7 +167,7 @@ fish_introspect (Babl *babl)
 static void
 fish_path_introspect (Babl *babl)
 {
-  babl_log ("\t\tcost:%f error:%f",
+  babl_log ("\t\tcost:%f error:%.12f",
             babl->fish_path.cost, babl->fish.error);
 
   babl_list_each(babl->fish_path.conversion_list, each_introspect, NULL);